-
I am using log4j2 for logging in my project, with log4j2.xml as a configuration file. I have a class that …
- 409 views
- 1 answers
- 0 votes
-
I’m currently trying to use log4j 2 within an .ear that gets deployed in a Payara application server version 4.1.2. …
- 455 views
- 0 answers
- 0 votes
-
I’m working on a Java EE project which had configuration files in resources folder. The web project is assembled into …
- 388 views
- 1 answers
- 0 votes
-
We’re using Log4j (via Slf4j) for logging. Our log4j configuration is rather simple: <?xml version="1.0" encoding="UTF-8"?> <Configuration> <Appenders> <Console name="Console"> …
- 443 views
- 0 answers
- 0 votes
-
Requirement is to change the log level for a specific user . Using DynamicThresholdFilter at the context level does work …
- 396 views
- 0 answers
- 0 votes
-
I’m trying to customize log4j2 output. For example, the default log is: { "instant": { "nanoOfSecond": 943000000, "epochSecond": 1594798374 }, …
- 407 views
- 0 answers
- 0 votes
-
Here’s my log4j2 configuration: <?xml version="1.0" encoding="UTF-8"?> <Configuration status="INFO"> <Appenders> <Console name="Console" target="SYSTEM_OUT"> <PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} – %msg%n" …
- 352 views
- 0 answers
- 0 votes